From bb5b4a2e67f016c5d944bf30619e5f4d942f8774 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 7 Nov 2005 00:49:17 +0000 Subject: [PATCH] Whack fs ptr in rd_init. --- gpx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpx.c b/gpx.c index 0a0f31719..c232470fa 100644 --- a/gpx.c +++ b/gpx.c @@ -967,6 +967,7 @@ gpx_rd_init(const char *fname) XML_SetElementHandler(psr, gpx_start, gpx_end); XML_SetCharacterDataHandler(psr, gpx_cdata); + fs_ptr = NULL; } #endif -- 2.30.2